func math/big.nlz
7 uses
math/big (current package)
arith.go#L58: func nlz(x Word) uint {
arith.go#L274: s := nlz(y)
arith.go#L334: u := uint(d1 << nlz(d1))
float.go#L586: s := nlz(m[len(m)-1])
int.go#L672: h := nlz(A.abs[n-1])
nat.go#L691: shift := nlz(v) + 1
natdiv.go#L606: shift := nlz(vIn[n-1])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)